(prompt "What key-combination would you like to use to tell Garshneblanker to immediately blank the screen? "
"(This key combination can be used after Garshneblanker is running to blank the screen.)")
(help "When you press this combination of keys, Garshneblanker will tell the current module to blank the "
"screen. This is a standard Commodities key-combination. This key-combination should be a text string."
"\n\nExamples:\nAlt Help, Shift F1, Ctrl a")
(default "Alt Delete")
)
)
(tooltype
(dest (tackon @default-dest "Garshneblanker"))
(settooltype "BLANKKEY" BlankKey)
)
(set TimeOut
(asknumber
(prompt "How long should Garshneblanker wait before automatically blanking the screen. (This value is in "
" seconds.)")
(help "Garshneblanker will blank the screen if the number of seconds you specify pass without any user "
"input occurring on your computer.")
(default 180)
)
)
(tooltype
(dest (tackon @default-dest "Garshneblanker"))
(settooltype "TIMEOUT" ("%ld" TimeOut))
)
(set cxPopKey
(askstring
(prompt "What key-combination shall Garshneblanker use to pop up it's "
"interface? (This key combination can be used after Garshneblanker is "
"running to bring it's window to front.)")
(help "This is a standard Commodities key-combination. When you press this combination of keys, "
"Garshneblanker will open up its preferences window so that you can modify its settings. This "
"key-combination should be a text string.\n\nExamples:\nAlt Help, Shift F1, Ctrl a")
(default "Alt Help")
)
)
(tooltype
(dest (tackon @default-dest "Garshneblanker"))
(settooltype "CX_POPKEY" cxPopKey)
)
(if
(askbool
(prompt "Would you like Garshneblanker to open its window on startup?")
(help "This will set the CX_POPUP tooltype to YES or NO depending on your response. This tooltype dictates "
"whether or not Garshneblanker opens it's window when it first runs.")
(default 1)
)
(
(set cxPopUp "YES")
(set popUpMsg "Garshneblanker will automatically bring up its interface after you have run it.")
)
(
(set cxPopUp "NO")
(set popUpMsg ("Garshneblanker will not automatically bring up its interface after you have run it. You will have to press the %s key-combination to make the interface come up." cxPopKey))
)
)
(tooltype
(dest (tackon @default-dest "Garshneblanker"))
(settooltype "CX_POPUP" cxPopUp)
)
(set oldUserLevel (user 3))
(message
"\n"
("Garshneblanker is now installed in your %s directory. " @default-dest)
("You can run it by double clicking on its icon. %s " popUpMsg)
"\n\nIf you have any questions at all, feel free to contact me via e-mail at:\n\nbaynemd@nextwork.rose-hulman.edu"